A better default for $(EMACS) in lisp/makefile.w32-in.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2011 08:55:47 +0000 (11:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2011 08:55:47 +0000 (11:55 +0300)
 lisp/makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.

lisp/ChangeLog
lisp/makefile.w32-in

index 8246ab4bdfee33f908c0579304a2892fe9bc72d8..c79318dae899ee2d3d9afae8be178d5dc9f28019 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
+
 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
 
        * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
index ed2fe4031b71ba21e592055336faee2060c98ac2..c844a8f6630f1236e8aa982bf0480a7d4a3960f1 100644 (file)
@@ -27,9 +27,9 @@ lisp = $(CURDIR)
 srcdir = $(CURDIR)/..
 
 # You can specify a different executable on the make command line,
-# e.g. "make EMACS=../src/emacs ...".
+# e.g. "make EMACS=../bin/emacs ...".
 
-EMACS = $(THISDIR)/../bin/emacs.exe
+EMACS = ../src/$(BLD)/emacs.exe
 
 # Command line flags for Emacs.